Caption = "The thermometer can have a scale. The small heels to the right show high/low values during the measurement. The red marking to the left represents a warning area."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00000080&
Height = 1260
Index = 6
Left = 1275
TabIndex = 4
Top = 1020
Width = 2415
End
End
Option Explicit
Sub cmdOK_Click ()
Unload Me
End Sub
Sub cmdTry_Click ()
Dim I%
If ter1 = 75 Then
For I = 75 To 25 Step -1
ter1 = I
Next
Else
For I = 25 To 75
ter1 = I
Next
End If
End Sub
Sub Data1_Error (DataErr As Integer, Response As Integer)